home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 31 / CD Expert nº 31 Unreal Mission Pack I.iso / Bootmagic / BMAPPS.Z / BMCFG32.EXE / 0 / RCDATA / TFEZSFILE / TFEZSFILE.txt
Text File  |  1999-01-28  |  3KB  |  141 lines

  1. object fEzSFile: TfEzSFile
  2.   Left = 258
  3.   Top = 119
  4.   Width = 478
  5.   Height = 420
  6.   Caption = 'BootMagic System File Editor'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnActivate = FormActivate
  13.   OnCloseQuery = FormCloseQuery
  14.   OnResize = FormResize
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object PanelTop: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 470
  21.     Height = 65
  22.     Align = alTop
  23.     BevelOuter = bvNone
  24.     TabOrder = 0
  25.     object lblFileName: TIntlLabel
  26.       Left = 20
  27.       Top = 16
  28.       Width = 50
  29.       Height = 13
  30.       Caption = '&File Name:'
  31.       FocusControl = cbxFileName
  32.     end
  33.     object lblPath: TIntlLabel
  34.       Left = 168
  35.       Top = 16
  36.       Width = 25
  37.       Height = 13
  38.       Caption = 'Path:'
  39.     end
  40.     object lblPathName: TIntlLabel
  41.       Left = 168
  42.       Top = 37
  43.       Width = 15
  44.       Height = 13
  45.       Caption = 'C:'
  46.     end
  47.     object cbxFileName: TComboBox
  48.       Left = 20
  49.       Top = 32
  50.       Width = 117
  51.       Height = 21
  52.       Style = csDropDownList
  53.       ItemHeight = 13
  54.       TabOrder = 0
  55.       OnChange = cbxFileNameChange
  56.     end
  57.   end
  58.   object PanelBottom: TPanel
  59.     Left = 0
  60.     Top = 346
  61.     Width = 470
  62.     Height = 47
  63.     Align = alBottom
  64.     BevelOuter = bvNone
  65.     TabOrder = 4
  66.     object btnClose: TButton
  67.       Left = 109
  68.       Top = 12
  69.       Width = 75
  70.       Height = 25
  71.       Cancel = True
  72.       Caption = '&Close'
  73.       TabOrder = 0
  74.       OnClick = btnCloseClick
  75.     end
  76.     object btnSave: TButton
  77.       Left = 197
  78.       Top = 12
  79.       Width = 75
  80.       Height = 25
  81.       Caption = '&Save'
  82.       TabOrder = 1
  83.       OnClick = btnSaveClick
  84.     end
  85.     object btnHelp: TButton
  86.       Left = 285
  87.       Top = 12
  88.       Width = 75
  89.       Height = 25
  90.       Caption = '&Help'
  91.       TabOrder = 2
  92.       OnClick = btnHelpClick
  93.     end
  94.   end
  95.   object PanelClient: TPanel
  96.     Left = 20
  97.     Top = 65
  98.     Width = 430
  99.     Height = 281
  100.     Align = alClient
  101.     BevelOuter = bvNone
  102.     TabOrder = 1
  103.     object lblAttributes: TIntlLabel
  104.       Left = 0
  105.       Top = 268
  106.       Width = 430
  107.       Height = 13
  108.       Align = alBottom
  109.       Caption = 'Read Only'
  110.     end
  111.     object FileMemo: TMemo
  112.       Left = 0
  113.       Top = 0
  114.       Width = 430
  115.       Height = 268
  116.       Align = alClient
  117.       ScrollBars = ssBoth
  118.       TabOrder = 0
  119.       WordWrap = False
  120.     end
  121.   end
  122.   object PanelLeft: TPanel
  123.     Left = 0
  124.     Top = 65
  125.     Width = 20
  126.     Height = 281
  127.     Align = alLeft
  128.     BevelOuter = bvNone
  129.     TabOrder = 2
  130.   end
  131.   object PanelRight: TPanel
  132.     Left = 450
  133.     Top = 65
  134.     Width = 20
  135.     Height = 281
  136.     Align = alRight
  137.     BevelOuter = bvNone
  138.     TabOrder = 3
  139.   end
  140. end
  141.